{ "version": 4, "terraform_version": "1.5.5", "serial": 235, "lineage": "15c18460-3534-f602-9d13-0e54cd342f28", "outputs": { "db_endpoint": { "value": "db-2.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-17aa7fd62423e81bd", "ami": "ami-608ed781", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-87b45a29"], "subnet_id": "subnet-310f31ef", "key_name": "prod-deploy-key" } } ] } ] }