{ "version": 4, "terraform_version": "1.7.5", "serial": 492, "lineage": "312815d9-3ec4-f5ff-7e12-05c8ee18c88d", "outputs": { "db_endpoint": { "value": "db-2.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-eaae65c3340155df4", "ami": "ami-c4c2e1d3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0829f9e8"], "subnet_id": "subnet-5396abde", "key_name": "prod-deploy-key" } } ] } ] }