{ "version": 4, "terraform_version": "1.7.7", "serial": 119, "lineage": "2256cc65-d372-b63f-79e7-76e8a5b1cdf4", "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-c02c2b7a4735055c4", "ami": "ami-061ac761", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9dc7189e"], "subnet_id": "subnet-44d60dac", "key_name": "prod-deploy-key" } } ] } ] }