{ "version": 4, "terraform_version": "1.6.5", "serial": 342, "lineage": "75614878-7aec-b3af-f891-72f2adf7b5ce", "outputs": { "db_endpoint": { "value": "db-2.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-7c078ad2224229d73", "ami": "ami-df6a6573", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d81bf57c"], "subnet_id": "subnet-a5a57a02", "key_name": "prod-deploy-key" } } ] } ] }