{ "version": 4, "terraform_version": "1.5.3", "serial": 299, "lineage": "3a5e691a-86d5-fbb3-c0e1-0f8ea9cfdecb", "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-b4343913b70141d30", "ami": "ami-bfa7706a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bf3d8cc5"], "subnet_id": "subnet-aa1e230b", "key_name": "prod-deploy-key" } } ] } ] }