{ "version": 4, "terraform_version": "1.6.0", "serial": 586, "lineage": "1a53f428-fc0e-b85c-8418-ff0796c89593", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-88d87f34db236aa7e", "ami": "ami-9a634756", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-30e41c37"], "subnet_id": "subnet-366e5092", "key_name": "prod-deploy-key" } } ] } ] }