{ "version": 4, "terraform_version": "1.5.3", "serial": 525, "lineage": "2ec69904-25f4-3b58-b839-baebd6145955", "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-034b2c4e5550e46f7", "ami": "ami-0c935735", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-da755688"], "subnet_id": "subnet-bb138fd0", "key_name": "prod-deploy-key" } } ] } ] }