{ "version": 4, "terraform_version": "1.6.4", "serial": 537, "lineage": "ef3ceca4-f695-4673-e3ae-cfd5861edba5", "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-cca34d289cf802e2a", "ami": "ami-83a1836b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fb23d3de"], "subnet_id": "subnet-b1213538", "key_name": "prod-deploy-key" } } ] } ] }