{ "version": 4, "terraform_version": "1.6.0", "serial": 424, "lineage": "bf22a1cd-7e41-0d43-65c8-ab9f35866db4", "outputs": { "db_endpoint": { "value": "db-3.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-a9c20781f889edebe", "ami": "ami-95d2e2ba", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-447b631c"], "subnet_id": "subnet-eeb3c576", "key_name": "prod-deploy-key" } } ] } ] }