{ "version": 4, "terraform_version": "1.6.8", "serial": 477, "lineage": "9e6503f7-46db-3501-482d-bbf971464419", "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-da1a22818d21449cc", "ami": "ami-e1728693", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c8825857"], "subnet_id": "subnet-0d6daa1c", "key_name": "prod-deploy-key" } } ] } ] }