{ "version": 4, "terraform_version": "1.5.2", "serial": 429, "lineage": "216064dc-8902-1c1a-98fc-f98f5bd5aa82", "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-52a4d4e4da285866e", "ami": "ami-4791f967", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1799b85f"], "subnet_id": "subnet-7a834ff2", "key_name": "prod-deploy-key" } } ] } ] }