{ "version": 4, "terraform_version": "1.5.9", "serial": 558, "lineage": "360c0a48-e5ec-8dbb-52eb-e9d158ebf89a", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5a26041c9be81a745", "ami": "ami-d518652a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4c89af76"], "subnet_id": "subnet-bc0cd6a2", "key_name": "prod-deploy-key" } } ] } ] }