{ "version": 4, "terraform_version": "1.7.2", "serial": 463, "lineage": "15dd6b44-0e8e-ec9f-be26-52daed745f00", "outputs": { "db_endpoint": { "value": "db-4.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-1c21b749ae99ed9e9", "ami": "ami-557596fd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-af0de772"], "subnet_id": "subnet-bc7337bb", "key_name": "prod-deploy-key" } } ] } ] }