{ "version": 4, "terraform_version": "1.6.0", "serial": 333, "lineage": "74f351cf-5ae1-ec87-f447-889f7a50079f", "outputs": { "db_endpoint": { "value": "db-1.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-c8870ee8cf107db4f", "ami": "ami-e71ea9ff", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-474f23ce"], "subnet_id": "subnet-8554ebaf", "key_name": "prod-deploy-key" } } ] } ] }