{ "version": 4, "terraform_version": "1.6.4", "serial": 156, "lineage": "6d358789-aa2b-331f-d5e9-89ca9c0f7f63", "outputs": { "db_endpoint": { "value": "db-0.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-74029b0ea384744ca", "ami": "ami-0a8d3ec0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8d51950f"], "subnet_id": "subnet-809a147b", "key_name": "prod-deploy-key" } } ] } ] }