{ "version": 4, "terraform_version": "1.5.7", "serial": 244, "lineage": "df611191-7569-55fe-fcad-6f8fe128ba67", "outputs": { "db_endpoint": { "value": "db-4.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-ad517bbf0afccaf01", "ami": "ami-835f0656", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b0f57c49"], "subnet_id": "subnet-7afbfab2", "key_name": "prod-deploy-key" } } ] } ] }