{ "version": 4, "terraform_version": "1.5.6", "serial": 395, "lineage": "e0859ad2-2d39-c99d-a8c4-993b50d214ed", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-ee346d31238c9f374", "ami": "ami-75115acb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0e3c8564"], "subnet_id": "subnet-1d679849", "key_name": "prod-deploy-key" } } ] } ] }