{ "version": 4, "terraform_version": "1.6.9", "serial": 320, "lineage": "77f8e323-0b77-f4e4-11f9-7b1163e3ca01", "outputs": { "db_endpoint": { "value": "db-2.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-6467693a85149d313", "ami": "ami-b9671b47", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d4f348e8"], "subnet_id": "subnet-1239bb72", "key_name": "prod-deploy-key" } } ] } ] }