{ "version": 4, "terraform_version": "1.7.4", "serial": 511, "lineage": "5d1a2036-4f7f-d035-6233-cd9a1dec1d34", "outputs": { "db_endpoint": { "value": "db-0.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-36b404274c9847f4f", "ami": "ami-34d78c6c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-410e48b0"], "subnet_id": "subnet-f6b8feea", "key_name": "prod-deploy-key" } } ] } ] }