{ "version": 4, "terraform_version": "1.5.2", "serial": 227, "lineage": "b38af3ef-3329-fe0d-e58e-d4f8c6622956", "outputs": { "db_endpoint": { "value": "db-0.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-3fad6e410c86718e8", "ami": "ami-6f8090c2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-23494801"], "subnet_id": "subnet-a5aed589", "key_name": "prod-deploy-key" } } ] } ] }