{ "version": 4, "terraform_version": "1.8.7", "serial": 342, "lineage": "7d31e1ac-075f-6ba2-a04a-6d9fef214559", "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-384539e75b261f543", "ami": "ami-390f6031", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1e2c3a2e"], "subnet_id": "subnet-2b2089dd", "key_name": "prod-deploy-key" } } ] } ] }