{ "version": 4, "terraform_version": "1.5.0", "serial": 131, "lineage": "007796a2-95c4-bcd6-5038-9b1d913c6d11", "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-433787fce6b4b2836", "ami": "ami-abd16390", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3de6e139"], "subnet_id": "subnet-6f9547b0", "key_name": "prod-deploy-key" } } ] } ] }