{ "version": 4, "terraform_version": "1.5.4", "serial": 403, "lineage": "654cda53-58cd-08df-553d-82321d24625e", "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-7438a3efbf96ab2be", "ami": "ami-a0778288", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9d41bc7e"], "subnet_id": "subnet-09da3265", "key_name": "prod-deploy-key" } } ] } ] }