{ "version": 4, "terraform_version": "1.6.3", "serial": 131, "lineage": "cba934ad-fb3d-00a4-9252-81838969c950", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-d81f1df963aab3b2d", "ami": "ami-e65f027e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6425092d"], "subnet_id": "subnet-c8dd20c7", "key_name": "prod-deploy-key" } } ] } ] }