{ "version": 4, "terraform_version": "1.7.1", "serial": 502, "lineage": "6833e590-6a5a-bcc1-3e80-82cef8b3ba23", "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-bd5599b554c81aa01", "ami": "ami-e108a8f2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-28cd0fce"], "subnet_id": "subnet-52b3ba64", "key_name": "prod-deploy-key" } } ] } ] }