{ "version": 4, "terraform_version": "1.8.6", "serial": 347, "lineage": "257b7221-a75f-40a8-bfc1-60d8cdcab2ba", "outputs": { "db_endpoint": { "value": "db-1.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-41f4ca0ff5a7e8beb", "ami": "ami-e09db576", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9d629c69"], "subnet_id": "subnet-02e0c0cc", "key_name": "prod-deploy-key" } } ] } ] }