{ "version": 4, "terraform_version": "1.8.5", "serial": 543, "lineage": "4c1b24a3-dfd8-6085-bc68-ec0a8ab083c6", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-4dd20e945246c5b5b", "ami": "ami-9f60efc4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4de73fe0"], "subnet_id": "subnet-44da3bcb", "key_name": "prod-deploy-key" } } ] } ] }