{ "version": 4, "terraform_version": "1.5.2", "serial": 460, "lineage": "3bf63ffc-f9d1-ea08-f3df-aaf5eb8e8d87", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.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-d5a70599120fb7827", "ami": "ami-b3dc3ab6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d543e3f1"], "subnet_id": "subnet-c4092417", "key_name": "prod-deploy-key" } } ] } ] }