{ "version": 4, "terraform_version": "1.7.8", "serial": 516, "lineage": "00360b40-f0da-e698-62e9-fab7e304d771", "outputs": { "db_endpoint": { "value": "db-0.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-32f599d5229c3e2bc", "ami": "ami-df937d22", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1ae4c1f3"], "subnet_id": "subnet-b874f0f3", "key_name": "prod-deploy-key" } } ] } ] }