{ "version": 4, "terraform_version": "1.6.6", "serial": 360, "lineage": "6642301f-cd0c-72b5-5d72-274bdaeb9647", "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-1ab253aefcc74a140", "ami": "ami-3e601716", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7b6a7e5d"], "subnet_id": "subnet-fb8389e6", "key_name": "prod-deploy-key" } } ] } ] }