{ "version": 4, "terraform_version": "1.5.1", "serial": 438, "lineage": "f83f1f9e-5942-7b46-da05-716546693c67", "outputs": { "db_endpoint": { "value": "db-4.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-bb985f94d01b8e0f0", "ami": "ami-04bc3e88", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-387bc95b"], "subnet_id": "subnet-4affe40e", "key_name": "prod-deploy-key" } } ] } ] }