{ "version": 4, "terraform_version": "1.5.8", "serial": 539, "lineage": "db30b808-e5d5-3484-b270-bcaf6559649b", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-2239d00e4dbf42af0", "ami": "ami-fbdd46d6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-663ac886"], "subnet_id": "subnet-4b55823d", "key_name": "prod-deploy-key" } } ] } ] }