{ "version": 4, "terraform_version": "1.6.0", "serial": 258, "lineage": "4cd6023f-266d-073b-6906-54b4a3d0c40c", "outputs": { "db_endpoint": { "value": "db-3.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-a8777f86b5ca42b04", "ami": "ami-cd2f7fba", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-176269fb"], "subnet_id": "subnet-c81cede7", "key_name": "prod-deploy-key" } } ] } ] }