{ "version": 4, "terraform_version": "1.6.6", "serial": 525, "lineage": "03512219-fa49-1d4d-1231-1d168734b50c", "outputs": { "db_endpoint": { "value": "db-0.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-30c067014d10a9e4f", "ami": "ami-a53dd71f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1162076c"], "subnet_id": "subnet-b138803a", "key_name": "prod-deploy-key" } } ] } ] }