{ "version": 4, "terraform_version": "1.7.5", "serial": 116, "lineage": "60be22a9-e8a2-3843-f62e-538c2d453f09", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-22bde7a1335210264", "ami": "ami-0ecea62e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-000557d2"], "subnet_id": "subnet-4ecee31b", "key_name": "prod-deploy-key" } } ] } ] }