{ "version": 4, "terraform_version": "1.8.0", "serial": 230, "lineage": "06686a7a-7dc6-a2c0-59e3-f5c134e9a108", "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-694bf946045fdfda6", "ami": "ami-d0701305", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7c53619e"], "subnet_id": "subnet-5f2186bf", "key_name": "prod-deploy-key" } } ] } ] }