{ "version": 4, "terraform_version": "1.7.0", "serial": 397, "lineage": "7dcebac7-6861-2997-a30f-7343dd91a9fc", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-082eff62850e08cb8", "ami": "ami-db9151a0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-794b41e2"], "subnet_id": "subnet-18df60d4", "key_name": "prod-deploy-key" } } ] } ] }