{ "version": 4, "terraform_version": "1.5.0", "serial": 207, "lineage": "4172b362-3e5c-ec57-b309-013272766b4a", "outputs": { "db_endpoint": { "value": "db-3.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-c71e0aed4d0792d73", "ami": "ami-b6f7790e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dd2d4029"], "subnet_id": "subnet-e1696c2a", "key_name": "prod-deploy-key" } } ] } ] }