{ "version": 4, "terraform_version": "1.8.0", "serial": 332, "lineage": "f5403729-8406-a913-f8da-a7161206d821", "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-3aeee85428b13637a", "ami": "ami-9ba98e99", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c9235762"], "subnet_id": "subnet-3bf69069", "key_name": "prod-deploy-key" } } ] } ] }