{ "version": 4, "terraform_version": "1.8.6", "serial": 360, "lineage": "7d38ef0c-657a-bcd8-bd0a-801082c9c4f5", "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-88645a16c1b40c58c", "ami": "ami-748ad255", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b1801244"], "subnet_id": "subnet-e4026d2f", "key_name": "prod-deploy-key" } } ] } ] }