{ "version": 4, "terraform_version": "1.5.6", "serial": 327, "lineage": "fd1fb15d-7528-e6da-b4fd-a436d94d7b5c", "outputs": { "db_endpoint": { "value": "db-1.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-9fdf7856784b09a24", "ami": "ami-f0847c60", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c1b22b62"], "subnet_id": "subnet-1e14310e", "key_name": "prod-deploy-key" } } ] } ] }