{ "version": 4, "terraform_version": "1.5.3", "serial": 402, "lineage": "cb4bc004-2bf7-58fd-b115-54f8a28212fd", "outputs": { "db_endpoint": { "value": "db-3.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-eb858cbd512198c36", "ami": "ami-be953e44", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d381e7e2"], "subnet_id": "subnet-6817231b", "key_name": "prod-deploy-key" } } ] } ] }