{ "version": 4, "terraform_version": "1.6.9", "serial": 515, "lineage": "e9f4c005-f97b-4728-cec2-a7691308d48f", "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-4a24ed5e93d20973f", "ami": "ami-694fc401", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9a7731d9"], "subnet_id": "subnet-49a60724", "key_name": "prod-deploy-key" } } ] } ] }