{ "version": 4, "terraform_version": "1.6.5", "serial": 351, "lineage": "429b5451-0ca9-881d-4bbb-e5471185fbf4", "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-1d50358f0c27bd6bc", "ami": "ami-d50e44ff", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fc29502b"], "subnet_id": "subnet-4bb09799", "key_name": "prod-deploy-key" } } ] } ] }