{ "version": 4, "terraform_version": "1.7.7", "serial": 294, "lineage": "411c63d4-49fc-fc49-5acf-239c44524555", "outputs": { "db_endpoint": { "value": "db-4.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-7e8a2bcecbb733c0c", "ami": "ami-26c82544", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d89be277"], "subnet_id": "subnet-12b1f618", "key_name": "prod-deploy-key" } } ] } ] }