{ "version": 4, "terraform_version": "1.5.4", "serial": 206, "lineage": "067727da-8d5c-7a41-c874-d5df75f9d8ac", "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-47b36bd10c857e5a4", "ami": "ami-08f316cb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b77a0bca"], "subnet_id": "subnet-8105d24d", "key_name": "prod-deploy-key" } } ] } ] }