{ "version": 4, "terraform_version": "1.6.5", "serial": 587, "lineage": "8b2992a8-32e6-e835-f393-fad9e63b7ec4", "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-d66b0856f41e464a4", "ami": "ami-fea9d5c7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cdb0a5fb"], "subnet_id": "subnet-77e9b2ad", "key_name": "prod-deploy-key" } } ] } ] }