{ "version": 4, "terraform_version": "1.5.1", "serial": 197, "lineage": "76453fa7-4a7b-bb21-984f-c7f66fc973bb", "outputs": { "db_endpoint": { "value": "db-3.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-2bc24100ff37242d1", "ami": "ami-4ee73bbb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c85d9305"], "subnet_id": "subnet-e9ed49b3", "key_name": "prod-deploy-key" } } ] } ] }