{ "version": 4, "terraform_version": "1.8.0", "serial": 460, "lineage": "8a81e7e4-4a70-64cb-36e5-59037b4a69a0", "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-eb293b204076b8877", "ami": "ami-8ec14ec6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-91ea3612"], "subnet_id": "subnet-ac6cbe35", "key_name": "prod-deploy-key" } } ] } ] }