{ "version": 4, "terraform_version": "1.5.4", "serial": 226, "lineage": "d7cdaae3-7d74-a241-8327-264f67412e06", "outputs": { "db_endpoint": { "value": "db-2.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-99471b61d7183d180", "ami": "ami-5a06e1d3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0869f111"], "subnet_id": "subnet-d0849ec8", "key_name": "prod-deploy-key" } } ] } ] }