{ "version": 4, "terraform_version": "1.7.7", "serial": 276, "lineage": "431a0f62-618d-5cec-1739-838f861ad2f7", "outputs": { "db_endpoint": { "value": "db-1.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-8d86b7eddf2349819", "ami": "ami-2790c7fb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a790c7c2"], "subnet_id": "subnet-345d5e26", "key_name": "prod-deploy-key" } } ] } ] }