{ "version": 4, "terraform_version": "1.6.1", "serial": 412, "lineage": "30b06514-157c-45e5-3d88-37286b2a5b4f", "outputs": { "db_endpoint": { "value": "db-0.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-df25e92958eec7a79", "ami": "ami-c22cea74", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a1660068"], "subnet_id": "subnet-fa4c15ed", "key_name": "prod-deploy-key" } } ] } ] }