{ "version": 4, "terraform_version": "1.6.2", "serial": 533, "lineage": "16f340fe-8fad-656b-b9d9-d506ed13fc7a", "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-36a683885e7a5e0ba", "ami": "ami-c3717e72", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a80b21b7"], "subnet_id": "subnet-325fe461", "key_name": "prod-deploy-key" } } ] } ] }