{ "version": 4, "terraform_version": "1.8.3", "serial": 107, "lineage": "2285b658-3c10-068c-c79d-a0060941263c", "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-982cd41aaae7f1db1", "ami": "ami-f41ef198", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-95e37a12"], "subnet_id": "subnet-af8d86be", "key_name": "prod-deploy-key" } } ] } ] }