{ "version": 4, "terraform_version": "1.5.3", "serial": 492, "lineage": "4c088c2a-3d5e-f9d7-2e8e-63960e6fda72", "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-8d9586f426d96f09c", "ami": "ami-b4b79700", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9ec531c8"], "subnet_id": "subnet-b80848b5", "key_name": "prod-deploy-key" } } ] } ] }