{ "version": 4, "terraform_version": "1.8.3", "serial": 114, "lineage": "28673e15-fc8b-8e69-9ddf-f0e448bf3f59", "outputs": { "db_endpoint": { "value": "db-2.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-795ee9d723eddae8f", "ami": "ami-7c0a4f17", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-942263e6"], "subnet_id": "subnet-0061f81b", "key_name": "prod-deploy-key" } } ] } ] }