{ "version": 4, "terraform_version": "1.5.4", "serial": 385, "lineage": "82b280e5-410b-9122-b570-55f751d3451c", "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-2e0396395d765568d", "ami": "ami-2217ed74", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-61590da8"], "subnet_id": "subnet-9530976b", "key_name": "prod-deploy-key" } } ] } ] }