{ "version": 4, "terraform_version": "1.7.8", "serial": 264, "lineage": "8702f212-271d-1e1b-3240-1106abd08878", "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-2449530d69ada2920", "ami": "ami-d5a00803", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9801433c"], "subnet_id": "subnet-de00bc07", "key_name": "prod-deploy-key" } } ] } ] }