{ "version": 4, "terraform_version": "1.7.4", "serial": 339, "lineage": "4fa5bdb8-8435-49c8-cb35-b8b5cc585ee5", "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-69502a112a173bf11", "ami": "ami-bd261bb1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f52cb31e"], "subnet_id": "subnet-46850a13", "key_name": "prod-deploy-key" } } ] } ] }