{ "version": 4, "terraform_version": "1.7.6", "serial": 137, "lineage": "1d43d394-c2f1-16c1-24a8-d1c0022dbade", "outputs": { "db_endpoint": { "value": "db-4.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-3ea354de5a0f8f838", "ami": "ami-15872174", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-aff6c360"], "subnet_id": "subnet-71b7184b", "key_name": "prod-deploy-key" } } ] } ] }